ComponentOne ASP.NET MVC Controls
ShowRanges Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : ShowRanges Method
The value.
Configurates C1.Web.Mvc.Gauge.ShowRanges. Sets whether the gauge should display the ranges contained in the ranges property.
Syntax
'Declaration
 
Public Function ShowRanges( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder ShowRanges( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members